home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-06-22 | 565 b | 20 lines | [TEXT/KAHL] |
- /* MainWindow.h */
- /* Created 3/13/4 1:08 PM by AppMaker */
-
- /*----------*/
- void OpenMainWindow (Str255 fName,
- short vRefNum,
- short fRefNum);
- void CloseMainWindow (void);
- void MouseInMainWindow (Point where,
- short modifiers);
- void TypeInMainWindow (char ch);
- void UpdateMainWindow (void);
- void ActivateMainWindow (Boolean activate);
- void ResizeMainWindow (void);
- pascal void ScrollMainWindow (short newValue,
- short oldValue);
- void ControlMainWindow (ControlHandle whichControl,
- short whichPart,
- Point where);
-